λ cargo new <name>
from
Cargo
プロジェクトの作成
Cargo.toml
が生成される
git initもされている
λ cargo run
すると、hello worldされる